home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-12-17 | 241 b | 12 lines |
- # If you're on 4.2 or earlier, use the first line; else the second.
- CFLAGS= -g -DBSD
- #CFLAGS=-O
-
- mcc: mcc.o regex.o
- cc $(CFLAGS) -o mcc mcc.o regex.o
-
- all: mcc mcc.1
-
- install: all
- @echo copy mcc and mcc.1 to the appropriate directories.
-